Merge changes made in Gnus trunk.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 19 Sep 2010 10:45:51 +0000 (10:45 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 19 Sep 2010 10:45:51 +0000 (10:45 +0000)
commit2cf72ee0a6de2037f513e243d00baf057fd7eeb3
tree02e757fd95423684b034de0b0ac2a569b2add8c1
parent2f6f509368fe5c6dc4a169125874155bc0f2c337
Merge changes made in Gnus trunk.

nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the nntp buffer so the agent can save it.
nnimap.el (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so that CRLF doesn't get translated to \n; (nnimap-open-connection): Don't make 'shell commands only send \n.
nnimap.el (nnimap-request-group): Don't make `M-g' bug out on group with no marks.
gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file doesn't exist.
nnimap.el (nnimap-finish-retrieve-group-infos): Protect against groups that have no articles.
nnimap.el (nnimap-request-article): Check that we really got an article when we requested one.
gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors from url-retrieve, for instance about invalid URLs.
gnus-agent.el: Change default of gnus-agent-auto-agentize-methods to nil.
lisp/gnus/ChangeLog
lisp/gnus/gnus-agent.el
lisp/gnus/gnus-html.el
lisp/gnus/gnus-start.el
lisp/gnus/nnimap.el